Add GPL 2.0 only SPDX license identifiers to Makefile and all scripts.
Signed-off-by: George Sapkin <[email protected]>
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# SPDX-License-Identifier: GPL-2.0-only
include $(TOPDIR)/rules.mk
#!/bin/sh
+#
+# SPDX-License-Identifier: GPL-2.0-only
# Migrate old config format only
OLD_CONFIG_FILE=$(uci -q get adguardhome.config.config)
#!/bin/sh /etc/rc.common
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
# shellcheck disable=SC3043 # ash supports local
PROG=/usr/bin/AdGuardHome
#!/bin/sh
+#
+# SPDX-License-Identifier: GPL-2.0-only
AdGuardHome --version | grep -F "$PKG_VERSION"